Conversation
|
/cmd prdoc generate --bump patch |
pallet_session benchmarks
|
/cmd help |
|
Command "help" has started 🚀 See logs here |
|
Command "help" has failed ❌! See logs here |
|
/cmd help |
|
Command "help" has started 🚀 See logs here |
…kadot-sdk into kiz-session-key-bench-fix
|
Command "help" has failed ❌! See logs here |
|
/cmd bench --runtime westend --pallet pallet_session |
|
Command "bench --runtime westend --pallet pallet_session" has started 🚀 See logs here |
…end --pallet pallet_session'
|
Command "bench --runtime westend --pallet pallet_session" has finished ✅ See logs here DetailsSubweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
|
/cmd bench --runtime westend --pallet polkadot_runtime_parachains::disputes::slashing |
|
Command "bench --runtime westend --pallet polkadot_runtime_parachains::disputes::slashing" has started 🚀 See logs here |
…end --pallet polkadot_runtime_parachains::disputes::slashing'
|
Command "bench --runtime westend --pallet polkadot_runtime_parachains::disputes::slashing" has finished ✅ See logs here DetailsSubweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
…kadot-sdk into kiz-session-key-bench-fix
|
/cmd bench --runtime westend --pallet pallet_session polkadot_runtime_parachains::disputes::slashing |
|
Command "bench --runtime westend --pallet pallet_session polkadot_runtime_parachains::disputes::slashing" has started 🚀 See logs here |
…kadot-sdk into kiz-session-key-bench-fix
ggwpez
left a comment
There was a problem hiding this comment.
The benchmark will also work fine with KeyDeposit = 0, right?
Yes, this is used all runtimes except westend RC. |
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-9504-to-unstable2507
git worktree add --checkout .worktree/backport-9504-to-unstable2507 backport-9504-to-unstable2507
cd .worktree/backport-9504-to-unstable2507
git reset --hard HEAD^
git cherry-pick -x b183b7e43b41b9241c451e17c2268f6ec426adad
git push --force-with-lease |
Fixes the benchmarking code of `pallet_session` such that it works with any `KeyDeposit`. Reported by @bkontur in polkadot-fellows/runtimes#855 --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Fixes the benchmarking code of `pallet_session` such that it works with any `KeyDeposit`. Reported by @bkontur in polkadot-fellows/runtimes#855 --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Fixes the benchmarking code of
pallet_sessionsuch that it works with anyKeyDeposit.Reported by @bkontur in polkadot-fellows/runtimes#855